home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 018a / lnch22.zip / LAUNCHER.DOC < prev    next >
Text File  |  1992-01-03  |  11KB  |  245 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.         
  8.         LAUNCHER.EXE 2.2
  9.         Copyright 1991,1992 by Chuck Steenburgh
  10.         
  11.            Do some of your programs require you to load a data file
  12.         once you start the program?  Are these data files located in
  13.         a different directory, or do you have to enter several cryptic 
  14.         commands to get your program to load a data file?  LAUNCHER is
  15.         designed to work with any program that can accept the name of
  16.         a data file on the command line.  LAUNCHER will display a
  17.         menu of your data files, and then start your application with
  18.         the name of the file you select on the command line to be
  19.         loaded immediately.
  20.         
  21.            LAUNCHER uses a rather novel method of automatically de-
  22.         termining the name of the application you are going to use
  23.         it with.  Rather than needing a configuration file or compli-
  24.         cated command line switches, LAUNCHER reads the application
  25.         name from its own file name.  Rename the LAUNCHER.EXE file
  26.         after the application you want to run, PLUS ANY ONE ADDITIONAL
  27.         CHARACTER.  Put this renamed version of launcher in the same
  28.         directory as your application, and you're ready to LAUNCH!
  29.         
  30.         Usage:       NEWNAME [path:\]filespec [/F] [/Cnnn] [/H] [parms]
  31.         
  32.                   NEWNAME         This is the new name which you have
  33.                                   given to LAUNCHER.EXE, based on the
  34.                                   name of your application.
  35.         
  36.                   path:\          Optional drive and/or path for data
  37.                                   files.
  38.         
  39.                   filespec        This filespec designates what files
  40.                                   are to be displayed by LAUNCHER.
  41.                                   You may include a drive and/or dir-
  42.                                   ectory name, and wildcards (? *).
  43.         
  44.                   /F              Include only file names on command
  45.                                   line.  Normally, LAUNCHER will in-
  46.                                   clude any path you have specified
  47.                                   on the command line string built.
  48.                                   Use this switch if your application
  49.                                   does not require the path name.
  50.         
  51.                  /Cnnn            Specify color.  Normally, LAUNCHER
  52.                                   uses a bright white on black display
  53.                                   scheme.  Specify a color to use with
  54.                                   the numeric value nnn, where nnn is 
  55.                                   between 0 and 127.  See Appendix 3  
  56.                                   color calculation.
  57.         
  58.                  /H               Displays help screen.
  59.         
  60.                  parms            Enter any additional command line
  61.  
  62.                                      Page 1
  63.  
  64.  
  65.  
  66.  
  67.  
  68.                                   parameters you would like to use  
  69.                                   with your application program.
  70.         
  71.         Examples:
  72.         
  73.              WPI b:\wp\*.doc      This will LAUNCH Word Perfect
  74.                                   (WP.EXE) after displaying all files
  75.                                   in the B:\WP subdirectory with the
  76.                                   extension .DOC.  This assumes that
  77.                                   you have renamed LAUNCHER.EXE as
  78.                                   WPI.EXE and that this file is in the
  79.                                   same directory as Word Perfect.
  80.         
  81.              WSI c:\ws\*.doc /f   LAUNCHES WordStar (WS.EXE) from
  82.                                   data files in directory c:\ws\docs.
  83.                                   DOES NOT include the path when
  84.                                   LAUNCHING WordStar.
  85.         
  86.              WSI *.doc /n         LAUNCHES WordStar using a data file
  87.                                   selected from those in the current
  88.                                   directory matching the filespec
  89.                                   *.doc.  It includes the "/n" param-
  90.                                   eter (nondocument mode) when starting
  91.                                   WordStar.
  92.         
  93.              WP1 *.txt /C30       LAUNCHES WordPerfect using a data
  94.                                   selected from those meeting file spec
  95.                                   *.txt.  Displays menu in yellow on
  96.                                   a blue background.
  97.         
  98.            After running LAUNCHER, you will see a display of files
  99.         meeting the filespec you have supplied appear on the screen.
  100.         Files will be listed alphabetically from left to right and top
  101.         to bottom.  The first file will be highlighted in reverse video.
  102.         Use the four cursor movement keys (arrow keys), position the
  103.         highlight bar over the name of the file you would like loaded
  104.         into your application, then press enter.  LAUNCHER will then
  105.         build a command line which includes the file just selected.  If
  106.         you press the ESC key instead of enter, your application will
  107.         be started WITHOUT a data file.  If no files were found that
  108.         matched the filespec, LAUNCHER will terminate without loading
  109.         the application and set the DOS errorlevel to 1.
  110.         
  111.            Some programs that require very large amounts of memory, 
  112.         such as Quattro Pro by Borland, will not work properly when
  113.         LAUNCHED.  If at all possible, when using LAUNCHER, configure
  114.         your applications so that they use as little memory as pos-
  115.         sible.  Most word processing programs do not need special
  116.         configuration, as they can run in 512K or less of memory.
  117.         The reason for this limtation is that LAUNCHER remains in
  118.         memory when your application is LAUNCHED, taking up about
  119.         30k of memory.  If enough interest is expressed, a version
  120.         of LAUNCHER that will unload itself prior to executing your
  121.         application will be developed.
  122.  
  123.                                      Page 2
  124.  
  125.  
  126.  
  127.  
  128.  
  129.         
  130.            Version 2.1 allegedly corrected a problem with LAUNCHing     |
  131.         batch files (.BAT).  Unfortunately, all v2.1 did was intro-     |
  132.         duce a GLARING fatal bug for which I apologize.  v2.2 basic-    |
  133.         ally takes us back to where we were before v2.1, in that        |
  134.         batch files still cannot be LAUNCHed properly.  I am working    |
  135.         on this for version 2.5 which I plan to release in March of     |
  136.         1992.  Thanks for your patience!                                |
  137.         DISCLAIMER
  138.         
  139.            The programs described in this documentation are guaran-
  140.         teed to absolutely nothing!  They have, however, in my exper-
  141.         ience performed essentially as described herein.  The author
  142.         will not be responsible for any loss or damages caused through
  143.         the use of these programs.
  144.         
  145.            All trademarks are property of their respective owners.
  146.         
  147.            The programs and documentation are Copyright 1991,1992 by 
  148.         Chuck Steenburgh.  You are encouraged to distribute these pro-
  149.         grams provided the following conditions are met:
  150.         
  151.            - all files contained in the archive or distribution disk
  152.              must be distributed together in UNMODIFIED form
  153.         
  154.            - you charge no more than a reasonable fee for copying or
  155.              subscription, and clearly indicate that payment of such
  156.              a fee does NOT grant ownership of the programs.
  157.         
  158.            This program is part of set of utilities known as STEEN-
  159.         BURGH'S STUFF (Mildly Useful Utilities).  The full set of
  160.         utilities includes the following programs:
  161.         
  162.              BATBOX:     Simple menu creation/input system
  163.              CLK:        Displays time on screen
  164.              DOSVER:     Checks for DOS version currently running
  165.              FREEDISK:   Checks for available disk space
  166.              HOWMUCH:    Displays space occupied by a group of files
  167.              INPUT:      Simple prompt/input system
  168.              KLS:        Colorful screen-clearing utility
  169.              LAUNCHER:   File selection/execution system
  170.              MUSIC:      Plays transcribed sheet music on the PC
  171.              RAND:       Random number generator
  172.              SKIP:       Prints blank lines from batch files
  173.              SOUNDER:    Wide range of noise making options
  174.              WAITFOR:    Timed pauses 
  175.              WHENISIT:   Date/time telling utility
  176.              WRITE:      Colorful output anywhere on screen
  177.              XD:         Create/switch directories at the same time
  178.         
  179.            Payment of the $10 registration fee automatically registers
  180.         you for the full set.
  181.         
  182.            You may evaluate these programs for up to 30 days on a free
  183.  
  184.                                      Page 3
  185.  
  186.  
  187.  
  188.  
  189.  
  190.         trial basis.  After 30 days, you should register your use of
  191.         these programs.  The registration fee is $10, payable to the
  192.         author at the address given below.
  193.         
  194.            Let's be real: I don't plan to make alot of money this way.
  195.         Registration does have its advantages:
  196.         
  197.            - I am improving these programs all the time.  Registration
  198.              will get you IMMEDIATELY a disk with the latest version,
  199.              which includes a version of BATBOX with user-selected 
  200.              menu colors.  When Version 2.0 of these utilities is re-
  201.              leased, you will also receive that free of charge.
  202.         
  203.            - While I can't promise to include everyone's suggestions
  204.              in program updates, you can bet I'll listen to registered
  205.              users before any of you scrounges out there.
  206.         
  207.            - You will me feel all warm and fuzzy and appreciated, and
  208.              all that good stuff.
  209.         
  210.            - You will also get an evaluation copy of my text-file for-
  211.              matting program (used to produce the margins in this doc-
  212.              ument).
  213.         
  214.            Send comments/registrations to:
  215.         
  216.                 Chuck Steenburgh
  217.                 304A North Main Street
  218.                 Lexington, VA 24450
  219.                 (703)464-5290
  220.         
  221.                 CIS 72330,1776 (I haunt the IBMSYS and IBMPRO forums)
  222.         
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.  
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244.  
  245.                                      Page 4